Add(String,DbType) Method
Adds a
SqlShimParameter to the
SqlShimParameterCollection<T> given the parameter name and data type.
'Declaration
Public Overloads Function Add( _
ByVal As String, _
ByVal As DbType _
) As
Parameters
- parameterName
- The name of the parameter.
- dbType
Return Value